home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000221_news@columbia.edu _Mon Apr 24 13:06:35 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id NAA07020
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Mon, 24 Apr 2000 13:06:35 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA00938
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 24 Apr 2000 13:06:35 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id MAA20285
  10.     for kermit.misc@watsun.cc.columbia.edu; Mon, 24 Apr 2000 12:59:52 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: Parity incorrectly reported, and RTS/CTS problem on Solaris 7 for 
  14. Date: 24 Apr 2000 16:59:51 GMT
  15. Organization: Columbia University
  16. Message-ID: <8e1ui7$jpq$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <39047938.734774D0@yk.rim.or.jp>,
  20. Ishikawa  <ishikawa@yk.rim.or.jp> wrote:
  21. : ... Here is a dumb question. What is the proper way to obtain debug log?
  22. : I found the usage of macros, which seemed to be the debug macros in the
  23. : source code, but didn't find out how to enable it from the command line.
  24. Just tell C-Kermit to "log debug".  This makes a debug.log file in the
  25. current directory (or you can specify a path or filname).  Then for
  26. hardware flow control details, just "grep tthflow debug.log".
  27.  
  28. : > : I have no idea at this moment if solaris 7 for sparc (not x86)
  29. : > : should work with this modification, but it should.  If not, maybe we
  30. : > : need a different target (solars7x86 against solaris7) just in
  31. : > : case. YMMV.
  32. : > :
  33. : > This, of course, is an important question.  What is the earliest
  34. : > version of Solaris that has the POSIX API for RTS/CTS available (and
  35. : > working!)?  What is the latest version of Solaris that has the System
  36. : > V API working?  Is there a difference between x86 and Sparc versions?
  37. : >
  38. : I can check 2.5.1 for sparc, 2.4 for x86 if necessary (and solaris 7 for
  39. : x86 as I explained above.)
  40. OK, great; please send the results to kermit-support@columbia.edu, or post
  41. them if you think the general public will be interested; then we can
  42. adjust the makefile targets to do the appropriate thing for each Solaris
  43. version / hardware platform combination.
  44.  
  45. : I wonder MS has this kind of quick feedback from none other than the
  46. : one of the original authors of the software :-)
  47. We try to take support seriously -- it makes the software better.
  48.  
  49. - Frank